9 09 HT Horizonal tab. Empties buffer before movint to next tab stop.
10 0A LF Line feed
11 0B VT Vertical tab
12 0C FF Form Feed
13 0D CR Carriage return
14 0E SO Shifts out. Turns enlarged mode on for the length of the line. Same as Escape S9. Can be canceled by ASCII 20 or Escape "W0". Works with pica, elite or condensed mode.
15 0F SI Shift in. Turns condensed mode on (17.16 cpi). Cannot be mixed with emphasized or pica mode.
18 12 DC2 Clears condensed mode
20 14 DC4 Turns enlarged mode on set by ASCII 14 OFF
24 18 CAN Cancels all text but not control codes in the printer buffer.
27 1B ESC Escape
27 45 2D - Turns underline mode on. Format: ESC "-"n Where n toggles underline on or off. 0 turns it off, 1 turns it on.
27 48 30 0 Sets line spaceing to 1/8 inch (9 dot)
27 49 31 1 Sets line spacing to 7/72 inch (7 dot)
27 50 32 2 Sets line spacing to a previous definition (ESC "A")
ESC DEC HEX Symbol Function
27 51 33 3 Sets line spacin
ESC DEC HEX Symbol Function
27 51 33 3 Sets line spacing to n/216 inch. 1/216 inch is 1/3 dot. Format: ESC "3"n
27 53 35 5 Turns auto line feed mode on Format: ESC "5"n 1=on, 0=off
27 54 36 6 IBM character set 2
27 55 37 7 IBM character set 1
27 56 38 8 Turns off paper out sensot
27 57 39 9 Turns on paper sensor
27 58 3A : Turns on elite mode (Draft only)
27 60 3C < Turns on one-line uniderictional mode
27 64 40 @ Reset to power on state
27 65 41 A Sets line spacing to n/72 inch (n Dot) Format: ESC "A"n Where n=0-255. Value effective after setting ESC "2"
27 66 42 B Sets up 16 vertical tabs in the current lune spacing. Tab setting are not effected by line spacing changes. Terminate this tab with 0 or a number less than the las vertical tab. Format: ESC "B"n
,...n
27 67 43 C Sets form length (ESC "C" n) in n lines in the current line spacing. The default is 66. Also set top of form. n=1-127
27 67 43 C Sets the form to inches regardless of the current spacing. The default is 11 inches. Format ESC "C"0n n=1-22
27 68 44 D Resets current tabs & sets up 32 horizontal tabs in the current pitch. Tabs are not effected by changes in pitch. ESC "D" n
,...n
ESC DEC HEX Symbol Function
27 69 45 E Turns on emphasized mode. Can not mix with elite or compressed mode.
ESC DEC HEX Symbol Function
27 69 45 E Turns on emphasized mode. Can not mix with elite or compressed mode.
27 70 46 F Turns off emphasized mode
27 71 47 G Turns on Double-Strike mode. Can not use with NLQ.
27 72 48 H Turns off double strike
27 74 4A J Forces an immediate line feed of n/216 inch without changing the current line spacing.
27 75 4B K Turns single density graphics mode on. Format: ESC "K"n
followed by data numbers. Where n=total number of dot columns. n
=nMOD 256 and n
=INT(n/256) I.E.: n
=244,n
=1 to print 480 dots
27 76 4C L Turns on low-speed double density graphics mode (ESC "L"n
) I.E.: n
=192,n
=3 to print 960 dots
27 78 4F N Skip perforation to n lines. (ESC "N"n)
27 79 4F O Turns skip perforation off
27 82 52 R Initializes tabs to default settings.
27 83 53 S Turns on script mode. (ESC "S"CHR$(n)) n=0 for superscript and n=1 for subscript.
27 84 54 T Turns script mode off
27 85 55 U Toggles unidirectional mode on (ESC "U"n) On for n=1, off for n=0
27 87 57 W Turns on enlarged mode which stays on until turned off. Can not be turned off with ASCII 20. (ESC "W"n)
ESC DEC HEX Symbol Function
27 88 58 X Sets left & right margins. (ESC "X" lm rm
27 89 59 27 Turns high-speed double density graphics mode on. Prints same density as ESC "L" but can
ESC DEC HEX Symbol Function
27 88 58 X Sets left & right margins. (ESC "X" lm rm
27 89 59 Y Turns high-speed double density graphics mode on. Prints same density as ESC "L" but cannot print 2 adjacent dots in same row.
27 90 5A Z Turns on quad density graphics. (ESC "Z",n1,n2) I.E. ESC "Z",128,7 prints 1920 dots per line.
27 120 78 x Select NLQ or draft. (ESC "x"n) Draft = 0, and NLQ=1
ASCII codes
0 Terminates tab sequence
7 Sounds beeper
9 Activates horizontal tab
10 Activates line feed
11 Activates vertical tab
12 Activate form feed
13 Activates CR
15 Condensed mode on
18 Condensed mode off
14 Turns on one-line enlarged mode
20 Turns one line enlarged mode off
24 Cancels all text but not control codes to the print buffer